home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / python-qt4.preinst < prev    next >
Encoding:
Text File  |  2008-08-21  |  2.9 KB  |  69 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_pycentral
  4. if which pycentral >/dev/null 2>&1 && pycentral --help 2>/dev/null | grep -q '^ *version'; then
  5.     pycentral pkgprepare python-qt4 <<PYEOF
  6. [python-package]
  7. format = 1
  8. python-version = 2.4, 2.5
  9. [pycentral]
  10. version = 0.6.7
  11. [files]
  12. /usr/lib/python2.4/site-packages/PyQt4=d
  13. /usr/lib/python2.4/site-packages/PyQt4/Qt.so=f
  14. /usr/lib/python2.4/site-packages/PyQt4/QtAssistant.so=f
  15. /usr/lib/python2.4/site-packages/PyQt4/QtCore.so=f
  16. /usr/lib/python2.4/site-packages/PyQt4/QtDesigner.so=f
  17. /usr/lib/python2.4/site-packages/PyQt4/QtGui.so=f
  18. /usr/lib/python2.4/site-packages/PyQt4/QtHelp.so=f
  19. /usr/lib/python2.4/site-packages/PyQt4/QtNetwork.so=f
  20. /usr/lib/python2.4/site-packages/PyQt4/QtScript.so=f
  21. /usr/lib/python2.4/site-packages/PyQt4/QtSvg.so=f
  22. /usr/lib/python2.4/site-packages/PyQt4/QtTest.so=f
  23. /usr/lib/python2.4/site-packages/PyQt4/QtWebKit.so=f
  24. /usr/lib/python2.4/site-packages/PyQt4/QtXml.so=f
  25. /usr/lib/python2.4/site-packages/PyQt4/QtXmlPatterns.so=f
  26. /usr/lib/python2.5/site-packages/PyQt4=d
  27. /usr/lib/python2.5/site-packages/PyQt4/Qt.so=f
  28. /usr/lib/python2.5/site-packages/PyQt4/QtAssistant.so=f
  29. /usr/lib/python2.5/site-packages/PyQt4/QtCore.so=f
  30. /usr/lib/python2.5/site-packages/PyQt4/QtDesigner.so=f
  31. /usr/lib/python2.5/site-packages/PyQt4/QtGui.so=f
  32. /usr/lib/python2.5/site-packages/PyQt4/QtHelp.so=f
  33. /usr/lib/python2.5/site-packages/PyQt4/QtNetwork.so=f
  34. /usr/lib/python2.5/site-packages/PyQt4/QtScript.so=f
  35. /usr/lib/python2.5/site-packages/PyQt4/QtSvg.so=f
  36. /usr/lib/python2.5/site-packages/PyQt4/QtTest.so=f
  37. /usr/lib/python2.5/site-packages/PyQt4/QtWebKit.so=f
  38. /usr/lib/python2.5/site-packages/PyQt4/QtXml.so=f
  39. /usr/lib/python2.5/site-packages/PyQt4/QtXmlPatterns.so=f
  40. /usr/share/pyshared/PyQt4=d
  41. /usr/share/pyshared/PyQt4/uic=d
  42. /usr/share/pyshared/PyQt4/uic/Loader=d
  43. /usr/share/pyshared/PyQt4/uic/Loader/qobjectcreator.py=f
  44. /usr/share/pyshared/PyQt4/uic/Loader/__init__.py=f
  45. /usr/share/pyshared/PyQt4/uic/Loader/loader.py=f
  46. /usr/share/pyshared/PyQt4/uic/Compiler=d
  47. /usr/share/pyshared/PyQt4/uic/Compiler/compiler.py=f
  48. /usr/share/pyshared/PyQt4/uic/Compiler/qobjectcreator.py=f
  49. /usr/share/pyshared/PyQt4/uic/Compiler/__init__.py=f
  50. /usr/share/pyshared/PyQt4/uic/Compiler/indenter.py=f
  51. /usr/share/pyshared/PyQt4/uic/Compiler/qtproxies.py=f
  52. /usr/share/pyshared/PyQt4/uic/widget-plugins=d
  53. /usr/share/pyshared/PyQt4/uic/widget-plugins/qaxcontainer.py=f
  54. /usr/share/pyshared/PyQt4/uic/widget-plugins/qscintilla.py=f
  55. /usr/share/pyshared/PyQt4/uic/widget-plugins/qtwebkit.py=f
  56. /usr/share/pyshared/PyQt4/uic/widget-plugins/qwt.py=f
  57. /usr/share/pyshared/PyQt4/uic/__init__.py=f
  58. /usr/share/pyshared/PyQt4/uic/exceptions.py=f
  59. /usr/share/pyshared/PyQt4/uic/objcreator.py=f
  60. /usr/share/pyshared/PyQt4/uic/uiparser.py=f
  61. /usr/share/pyshared/PyQt4/uic/icon_cache.py=f
  62. /usr/share/pyshared/PyQt4/uic/properties.py=f
  63. PYEOF
  64. else
  65.     mkdir -p /var/lib/pycentral
  66.     echo python-qt4 >> /var/lib/pycentral/delayed-pkgs
  67. fi
  68. # End automatically added section
  69.